home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / libgplus.262 / configur.bat
Encoding:
DOS Batch File  |  1995-01-18  |  621 b   |  19 lines

  1. *** orig/libgplus.262/configur.bat    Sun Dec 18 18:03:54 1994
  2. --- src/libgplus.262/configur.bat    Sun Dec 18 19:47:54 1994
  3. ***************
  4. *** 0 ****
  5. --- 1,13 ----
  6. + @echo off
  7. + sed -f config/msdos/libio.sed libio/Makefile.in > libio\Makefile.dj
  8. + update libio/Makefile.dj libio/Makefile
  9. + del libio\Makefile.dj
  10. + sed -f config/msdos/libgpp.sed libgplus/src/Makefile.in > libgplus\src\Makefile.dj
  11. + update libgplus/src/Makefile.dj libgplus/src/Makefile
  12. + del libgplus\src\Makefile.dj
  13. + update config/msdos/_g_config.h libio/_g_config.h
  14. + update config/msdos/_g_config.h libgplus/src/_g_config.h
  15.